home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / home / actlf15b / al.bat next >
DOS Batch File  |  1990-12-14  |  747b  |  25 lines

  1. @echo off
  2. if not exist nofile.bat   goto nonofile
  3. if not exist kernel.exe   nofile
  4. if not exist user.exe     nofile
  5. if not exist gdi.exe      nofile
  6. if not exist msdos.exe    nofile
  7. if not exist display.drv  nofile
  8. if not exist keyboard.drv nofile
  9. if not exist mouse.drv    nofile
  10. if not exist comm.drv     nofile
  11. if not exist sound.drv    nofile
  12. if not exist system.drv   nofile
  13. if not exist tty.drv      nofile
  14. if not exist win.ini      nofile
  15. if not exist fonts.fon    nofile
  16. if not exist oemfonts.fon nofile
  17. if not exist spooler.exe  nofile
  18. if not exist win200.bin   nofile
  19. if not exist win200.ovl   nofile
  20. kernel %1 %2 %3 %4 %5 %6 %7 %8 %9
  21. goto done
  22. :nonofile
  23. echo You are missing the required file: NOFILE.bat.
  24. :done
  25.